-
Notifications
You must be signed in to change notification settings - Fork 2
[pre-commit.ci] pre-commit autoupdate #34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
pre-commit-ci
wants to merge
59
commits into
main
Choose a base branch
from
pre-commit-ci-update-config
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…rization. Use _attr_optimize_finite_math.
* python/src/moocore/_moocore.py: Use it.
(check_hvc): check also maximise=True.
…nused. * c/mt19937/mt19937.h: Remove declarations.
…ization and vectorization.
updates: - [github.com/lorenzwalthert/precommit: v0.4.3.9014 → v0.4.3.9017](lorenzwalthert/precommit@v0.4.3.9014...v0.4.3.9017) - [github.com/tox-dev/tox-ini-fmt: 1.6.0 → 1.7.0](tox-dev/tox-ini-fmt@1.6.0...1.7.0) - [github.com/tox-dev/pyproject-fmt: v2.6.0 → v2.11.0](tox-dev/pyproject-fmt@v2.6.0...v2.11.0) - [github.com/astral-sh/ruff-pre-commit: v0.13.0 → v0.14.3](astral-sh/ruff-pre-commit@v0.13.0...v0.14.3) - [github.com/sphinx-contrib/sphinx-lint: v1.0.0 → v1.0.1](sphinx-contrib/sphinx-lint@v1.0.0...v1.0.1)
for more information, see https://pre-commit.ci
(print_rect): Rename to debug_print_rect.
06d385a to
8ecfc23
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #34 +/- ##
==========================================
- Coverage 73.21% 73.13% -0.08%
==========================================
Files 58 58
Lines 5033 5033
Branches 964 964
==========================================
- Hits 3685 3681 -4
- Misses 971 974 +3
- Partials 377 378 +1
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
…lowest tests longer than 1 second. * python/tests/test_moocore.py (test_hv_approx): Avoid long test.
* python/doc/source/_static/bench/ndsort_bench-ran-3d-time.png: Update. * python/doc/source/_static/bench/ndsort_bench-ran-4d-time.png: Update. * python/doc/source/_static/bench/ndsort_bench-ran-5d-time.png: Update.
…-computing sin() and cos().
8ecfc23 to
0f7bf23
Compare
* pyproject.toml[tools.mypy]: New. * src/moocore/_moocore.py: More type annotations. * src/moocore/_utils.py: Likewise.
* c/config.h: Undefine NDEBUG when DEBUG > 0. * c/hv_contrib.c: Use DEBUG1_PRINT to avoid warnings in R about stderr. * c/hv_priv.h: Likewise.
r/src/Rcommon.h: Use _attr_maybe_unused to silence warning.
* r/NEWS.md: Document it. * .github/workflows/R.yml: Bump minimum R version.
updates: - [github.com/tox-dev/pyproject-fmt: v2.11.0 → v2.11.1](tox-dev/pyproject-fmt@v2.11.0...v2.11.1) - [github.com/astral-sh/ruff-pre-commit: v0.14.3 → v0.14.6](astral-sh/ruff-pre-commit@v0.14.3...v0.14.6) - [github.com/sphinx-contrib/sphinx-lint: v1.0.1 → v1.0.2](sphinx-contrib/sphinx-lint@v1.0.1...v1.0.2)
0f7bf23 to
11b55a6
Compare
1c1dbad to
0f60599
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
updates: